home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / packages / powertcp.exe / ABSTRAC1.TX_ / ABSTRAC1.bin
Encoding:
Text File  |  1994-12-21  |  566 b   |  9 lines

  1. EchoC: Demonstrates echoing through the use of the PowerTCP TCP DLL. Compiled using Visual C++ version 1.51 and 2.0.
  2.  
  3. Echos back all data received on the standard echo port (number 7). When Echo is started, it will automatically begin listening for connections. 
  4.  
  5. When a connection is made, Echo will send back the same data it receives. If a remote computer tries to connect when a connection with another computer already exists, then the first connection is closed and the new connection is created.
  6.  
  7. Echo stops listening when the application is closed.
  8.  
  9.